home *** CD-ROM | disk | FTP | other *** search
- *** orig/libgplus.262/libgplus/src/complex.cc Sun Dec 18 19:07:28 1994
- --- src/libgplus.262/libgplus/src/complex.cc Sun Dec 18 19:07:46 1994
- ***************
- *** 18,24 ****
- --- 18,29 ----
- #ifdef __GNUG__
- #pragma implementation
- #endif
- + #ifndef __MSDOS__
- #include <Complex.h>
- + #else
- + #pragma implementation "_Complex.h"
- + #include <_Complex.h>
- + #endif
- #include <std.h>
- #include <builtin.h>
-
-